'Declaration <DescriptionAttribute("A value of the node.")> Public Overridable Property TypedValue As T
[Description("A value of the node.")] public virtual T TypedValue { get; set; }
[Description("A value of the node.")] public: __property virtual T* get_TypedValue(); public: __property virtual void set_TypedValue(
T* value
);
[Description("A value of the node.")] public:
virtual property T^ TypedValue { T^ get(); void set(T^ value); }